home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / blblt / fig4-4.gif < prev    next >
Graphics Interchange Format  |  1995-11-02  |  5KB  |  394x392  |  4-bit (3 colors)
Labels: text | screenshot | diagram | parallel
OCR: class Democrat class Republican vote(); vote(); class DemIntermediate : class RepIntermediate : public Democrat public Republican vote(); vote(); vote_D() = 0; vote_R() = 0; class Independent : public RepIntermediate, public DemIntermediate vote(); vote_R(); vote_D(); vote(); - ambiguous call